Pocketbase Kotlin
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Pocketbase Kotlin
Pocketbase Kotlin
/
io.github.agrevster.pocketbaseKotlin.services.utils
/
AuthService
/
PasswordAuthInfo
Password
Auth
Info
@
Serializable
data
class
PasswordAuthInfo
(
val
enabled
:
Boolean
,
val
identityFields
:
List
<
String
>
)
Members
Constructors
Password
Auth
Info
Link copied to clipboard
constructor
(
enabled
:
Boolean
,
identityFields
:
List
<
String
>
)
Properties
enabled
Link copied to clipboard
val
enabled
:
Boolean
identity
Fields
Link copied to clipboard
val
identityFields
:
List
<
String
>